ChunkedPayloadOrBuilder

interface ChunkedPayloadOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getChunkCount(): Int

The total number of chunks in the payload
uint32 chunk_count = 2;
Link copied to clipboard
abstract fun getChunkIndex(): Int

The current chunk index in the total
uint32 chunk_index = 3;
Link copied to clipboard
abstract fun getPayloadChunk(): ByteString

The binary data of the current chunk
bytes payload_chunk = 4;
Link copied to clipboard
abstract fun getPayloadId(): Int

The ID of the entire payload
uint32 payload_id = 1;